home *** CD-ROM | disk | FTP | other *** search
/ The Netter Presenter: Ur…ion in Overactive Bladder / The Netter Presenter: Urinary System - Structure & Function in Overactive Bladder.iso / mac / UrinarySystem.app / Contents / Main.dxr / Internal_162_LView screen initialization.ls < prev    next >
Encoding:
Text File  |  2005-01-18  |  190 b   |  11 lines

  1. global gLabelState, gLineState, gLabelLock, gLineLock
  2.  
  3. on prepareFrame me
  4.   RestoreImage()
  5.   gLabelState = #on
  6.   gLineState = #on
  7.   gLabelLock = #on
  8.   gLineLock = #on
  9.   PreviewModeOFF()
  10. end
  11.